* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
    color: initial;
    cursor: pointer;
}

ul {
    list-style: none;
}

i,
strong {
    font-style: normal;
    font-weight: normal;
}

body {
    background-color: #eff2f8;
    font-size: 16px;
    line-height: 1.5;
}

.container {
    margin: 0 auto;
    max-width: 1400px;
}

.head {
    width: 100%;
    border-bottom: 5px solid #174cc7;
    font-size: 0;
}

.head > img {
    width: 100%;
}

.phone-list {
    display: none;
}

.nav-wrap {
    background-color: #fff;
}

.nav {
    margin: 0 auto;
    max-width: 1400px;
    color: #333333;
}

.nav > a {
    flex: 1;
    position: relative;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    margin: 0 50px;
}

.nav > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 75px;
    height: 3px;
    transform: translate(-50%);
    background-color: transparent;
    top: 40px;
}

.nav > a.active {
    color: #174cc7;
    font-size: 18px;
}

.nav > a:hover {
    color: #174cc7;
    /* font-size: 18px; */
}

.nav > a.active::after {
    background-color: #174cc7;
}

.sec-1 {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    max-height: 430px;
    margin-top: 20px;
}

.h-hots {
    margin-right: 20px;
    width: 77%;
    display: flex;
    background-color: #ffffff;
}

.hots-swiper {
    flex-shrink: 0;
    width: 60%;
}

.hots-swiper-pagination {
    left: initial !important;
    right: 10px !important;
    bottom: 10px !important;
    width: initial !important;
}

.hots-swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 0;
    color: #aaaaaa;
    font-size: 14px;
    opacity: 1;
}

.hots-swiper-pagination .swiper-pagination-bullet-active {
    color: #ffffff;
    background-color: #e8a30e;
}

.hots-list {
    padding: 30px;
    min-width: 0;
    overflow: hidden;
    margin: -10px 0 20px auto;
}

.hots-list h5 {
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hots-list > a {
    margin: 20px 0;
    cursor: pointer;
    display: block;
}

.hots-list > a > div {
    padding: 10px 0;
    display: none;
    font-size: 14px;
    color: #888888;
    line-height: 1.8;
    border-bottom: 1px dotted #dbdbdb;
}

.hots-list > a:hover h5 {
    color: #174cc7;
}

.hots-list > a > div > span {
    color: #ff2121;
}

.hots-list > a.active {
}

.hots-list > a.active > h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: initial;
    white-space: initial;
}

.no-data {
    text-align: center;
    margin: 0 auto;
}

.no-data img {
    width: auto;
    margin: 30px auto;
}

.no-data p {
    line-height: 3;
}

.hots-list > a.active > div {
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 92px;
}

.h-login {
    cursor: pointer;
}

.sec-2 {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.news-box {
    padding: 0 10px 20px;
    background-color: #ffffff;
    width: 62.85%;
}

.news-tabs {
    margin-bottom: 40px;
    white-space: nowrap;
    overflow-x: auto;
    /* background: linear-gradient(to bottom, #fff 48px, #dadada 2px, #dadada); */
    border-bottom: 1px solid #dadada;
}

.news-tabs > a {
    margin: 0 20px;
    padding: 10px 0;
    display: inline-block;
    color: #333333;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    height: 50px;
    font-weight: bold;
    transform: translateY(2px);
}

.news-tabs > a.active {
    color: #174cc7;
    border-bottom-color: #174cc7;
    font-size: 18px;
}

.ranks-box {
    width: 35.7%;
    background-color: #ffffff;
    position: relative;
}

.ranks-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background: linear-gradient(to bottom, #fff 48px, #dadada 2px, #dadada);
}

.ranks-title h3 {
    padding: 0 10px;
    height: 100%;
    font-size: 24px;
    color: #284fab;
    border-bottom: 2px solid #284fab;
    line-height: 50px;
    font-weight: bold;
}

.ranks-slot {
    display: flex;
    align-items: center;
}

.ranks-slot > li {
    margin: 0 10px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.ranks-slot > li.active {
    color: #284fab;
    border-bottom-color: #284fab;
}

.ranks-filters {
    margin-top: 20px;
    padding: 0 10px;
}

.ranks-types {
    display: flex;
    border-radius: 6px;
    height: 50px;
    border: 2px solid #284fab;
    color: #284fab;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
}

.ranks-types > div {
    width: 50%;
    cursor: pointer;
}

.ranks-types > div.active {
    color: #ffffff;
    background-color: #284fab;
}

.ranks-date > input {
    padding: 10px 0;
    border: none;
    outline: none;
    width: 100%;
    font-size: 20px;
    color: #284fab;
    background: url('../img/date.png') right center no-repeat;
    cursor: pointer;
}

#quarter {
    position: absolute;
    top: 122px;
    /* margin-top: -40px; */
    left: 0;
}

.ranks-works {
    display: none;
}

.ranks-list {
    padding: 35px 10px 0 40px;
    max-height: 850px;
}

.ranks-item-company {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
}

.ranks-item-company:hover h4 {
    color: #174cc7;
}

.ranks-item-company > img {
    margin-right: 20px;
}

.ranks-item-company > span {
    margin-left: 6px;
    margin-right: 25px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #3b70ea;
}

.ranks-item-company > h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ranks-works .ranks-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ranks-item-works {
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative;
    width: 50%;
}

.ranks-item-works .ranks-item-thumb {
    width: 100%;
    height: 140px;
}

.ranks-item-works span {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #3b70ea;
}

.ranks-item-play {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%);
}

.ranks-item-works h4 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ranks-item-works .ranks-item-no {
    position: absolute;
    width: 40px;
    left: 10px;
    top: 0;
}

.ranks-more {
    margin: 40px auto 100px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #284fab;
    font-size: 14px;
    background-color: #dce2ec;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    display: block;
}

.ranks-likes {
    margin: 0 auto;
    height: 50px;
    width: 80%;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background-color: #284fab;
    color: #ffffff;
    border-radius: 5px;
    display: block;
}

.news-list > a {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.news-list > a:hover h4 {
    color: #174cc7;
}

.news-list > a:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

.news-list > a > img {
    flex-shrink: 0;
    width: 280px;
    height: 160px;
    transition: 0.3s linear;
}

.news-list > a > div {
    padding-left: 20px;
    flex: 1;
    color: #777777;
    font-size: 14px;
}

.news-list > a > div h4 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333333;
}

.news-list > a > div > div {
    margin-top: 30px;
}

.news-list > a:hover img {
    /* transform: scale(1.2); */
}

.look-more {
    height: 50px;
    color: #284fab;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    background-color: #dce2ec;
    cursor: pointer;
    text-align: center;
    display: block;
    flex-direction: column;
}

.sec-3 {
    padding-bottom: 50px;
}

.sec-title {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background: linear-gradient(to bottom, transparent 48px, #d2d2d2 2px, #d2d2d2);
}

.sec-title h3 {
    position: relative;
    height: 100%;
    font-size: 30px;
    color: #284fab;
}

.sec-title h3::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #284fab;
}

.sec-title a {
    font-size: 14px;
    color: #284fab;
}

.look-swiper .swiper-slide {
    position: relative;
    width: 740px;
    height: 425px;
    overflow: hidden;
}

.look-swiper .swiper-slide:hover img {
    transform: scale(1.2);
}

.look-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    transition: 0.3s linear;
}

.look-swiper .swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sec-4 .sec-title {
    justify-content: flex-start;
    position: relative;
    margin-bottom: 70px;
}

.sec-4 .sec-title > a {
    order: 3;
}

.sec-4 .sec-title h3 {
    margin-right: 50px;
}

.company-type-tab {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    white-space: nowrap;
}

.company-type-tab > div {
    /* position: relative; */
    margin: 0 30px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.down-list {
    position: absolute;
    left: 0;
    margin-top: 15px;
}

.down-list li {
    display: inline-block;
    width: 200px;
    line-height: 40px;
    color: #284fab;
    text-align: center;
    border: 1px solid #284fab;
    background-color: #fff;
    border-radius: 6px;
    margin-right: 20px;
    transition: 0.5s;
    cursor: pointer;
}

.down-list li:hover {
    background-color: #284fab;
    color: #fff;
}

.down-list li.active {
    background-color: #284fab;
    color: #fff;
    text-align: center;
}

.company-type-tab > div::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -2.5px;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    display: none;
}

.company-type-tab > div.active {
    border-bottom-color: #284fab;
    font-weight: bold;
    color: #284fab;
}

.company-type-tab > div.active::after {
    border-top-color: #284fab;
}

.company-list {
    display: flex;
    flex-wrap: wrap;
    max-height: 500px;
    overflow: auto;
}

.company-list > a {
    margin: 10px;
    padding: 0 20px;
    width: 251px;
    height: 85px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.company-list > a:hover {
    color: #284fab;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.copyright {
    padding: 30px 0;
    width: 100%;
    background-color: #385bcc;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.copyright span, .copyright a {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
}

.hots-swiper .text {
    display: none;
}

.copyright > p {
    margin: 5px 0;
}

.page {
    padding-top: 30px;
    display: flex;
}

.page-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 280px;
    height: 160px;
    background: url('../img/t_bg.jpg') 100% 100% no-repeat;
    color: #ffffff;
    text-align: center;
}

.page-title h3 {
    font-size: 33px;
}

.page-title span {
    font-size: 18px;
    text-transform: uppercase;
}

.sub-list {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

.sub-list > a {
    display: flex;
    align-items: center;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #666666;
}

.sub-list > a:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
}

.sub-list > a::before {
    margin-right: 10px;
    content: '';
    width: 4px;
    height: 4px;
    background-color: currentColor;
}

.sub-list > a.active {
    color: #174cc7;
    background: url('../img/r.png') right center no-repeat;
}

.page-main {
    margin-top: -30px;
    margin-left: 25px;
    background-color: #ffffff;
    flex: 1;
    max-width: 1100px;
}

.page-main .down-list {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 30px;
    text-align: right;
    color: #999;
    font-size: 14px;
    background-color: #eff2f8;
}

.news-item-desc {
    /* max-width:600px */
}

.nav-links > a {
    margin: 0 10px;
    color: #999;
}

.page-sub-title {
    padding: 20px 0 20px 20px;
    display: flex;
}

.page-sub-title > h4 {
    margin-right: 10px;
    flex-shrink: 0;
    font-size: 20px;
    color: #333333;
}

.page-sub-title > span {
    flex: 1;
    background: url('../img/i-1.jpg') left 90% repeat-x;
}

.news {
    padding: 10px 20px;
}

.news-item {
    padding: 20px 0 32px 0;
    display: block;
    min-width: 0;
}

.news-item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

.news-item > img {
    margin-right: 30px;
    flex-shrink: 0;
    width: 360px;
    height: 180px;
    float: left;
}

.news-item h5 {
    margin-bottom: 5px;
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-item span {
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-item p {
    margin: 10px 0 30px;
    color: #666666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.M-box {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.M-box span,
.M-box a {
    margin: 0 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    border-radius: 4px;
}

.M-box .active {
    background-color: #174cc7;
    color: #ffffff;
}

.M-box a:hover {
    background-color: #174cc7;
    color: #ffffff;
}

.M-box .jump-btn {
    padding: 0 20px;
    width: initial;
    padding: 0 !important;
    width: 90px !important;
    display: inline-block;
    margin: 0;
}

.M-box .jump-ipt {
    padding: 0 10px;
    width: 60px;
    height: 30px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #d9d9d9;
    appearance: none;
}

.M-box a.prev,
.M-box a.next {
    font-weight: bold;
}

.info-title {
    text-align: center;
}

.info-title > h2 {
    margin-bottom: 10px;
    color: #333333;
    font-size: 24px;
}

.info-title > p {
    color: #999999;
}

.info-title > p a {
    color: inherit;
}

.info-content {
    margin: 20px 0;
    border: 1px dotted #e9e9e9;
    padding: 30px;
}

.info-video {
    padding: 0 30px 0;
}

.info-video > p {
    padding: 10px 0;
    text-align: right;
    font-size: 14px;
    color: #174cc7;
}

.info-video > p > span {
    font-size: 20px;
}

.info-video > video {
    width: 100%;
}

.info-links {
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
}

.info-links a {
    margin: 5px 0;
    color: #333333;
}

.info-links a.nothing span {
    color: #999999;
}

.stand-list {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stand-list > a {
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 45%;
    border-bottom: 1px solid #dadada;
}

.img-box {
    position: relative;
    width: 100%;
}

.img-box > img:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hots-swiper {
}

.hots-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s linear;
}

.hots-swiper .swiper-slide {
    overflow: hidden;
}

.hots-swiper .swiper-slide:hover img {
    transform: scale(1.2);
}

.stand-list .img-box {
    padding-top: 57.2%;
}

.stand-list .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.stand-list .stand-icon {
    position: absolute;
    left: 10px;
    top: 0;
}

.stand-list .stand-no {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #174cc7;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    line-height: 35px;
}

.stand-desc h4 {
    padding: 5px;
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stand-desc > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #999999;
}

.stand-desc > div > div {
    color: #174cc7;
}

.stand-desc > div > div > span {
    font-size: 20px;
}

.culture-filter {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.culture-month {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333333;
}

.culture-date {
    position: relative;
}

.culture-date #quarter {
    right: 0;
    top: 0;
    left: auto;
    margin-top: -10px;
}

.culture-date #quarterTxt {
    right: 0;
    margin-top: -10px;
}

.culture-month > div {
    margin-right: 30px;
    padding-bottom: 5px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}

.culture-month > div::after {
    position: absolute;
    content: '';
    background: transparent;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
}

.culture-month > div.active {
    color: #284fab;
}

.culture-month > div.active::after {
    background: #284fab;
}

.culture-date > input {
    width: 150px;
    outline: none;
    border: none;
    color: #174cc7;
    font-size: 20px;
    background: url('../img/date.png') right center no-repeat;
    cursor: pointer;
}

.culture-list {
    padding: 20px;
}

.my-like {
}

.my-like .tab-list {
    margin-left: 8px;
}

.my-like .tab-list li {
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
}

.my-like .tab-list li.active {
    color: #174cc7;
    border-bottom: 2px solid #174cc7;
    line-height: 2.5;
}

.my-like-list {
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-like-list li {
    margin: 0 30px 30px 30px;
    display: inline-block;
    border: 1px solid #c5c5c5;
    font-size: 0;
}

.my-like-list li img {
    width: 460px;
    height: 260px;
}

.my-like-list li p {
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

.my-like-list li h3 {
    text-align: left;
    line-height: 30px;
    font-size: 14px;
    padding-left: 20px;
    color: #666;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.my-like-list li h3 img {
    float: right;
    margin: 10px;
    margin-top: -18px;
}

.my-like-list li h3 span {
    float: right;
    margin-top: -15px;
}

.my-like-list li h2 {
    font-size: 16px;
    padding: 0 18px;
    padding-top: 20px;
}

.my-like-list li .rank {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    margin-left: 20px;
}

.my-like-list li .rank_1 {
    background: url(../img/1th.png);
    background-size: 41px 41px;
}

.my-like-list li .rank_2 {
    background: url(../img/2th.png);
    background-size: 41px 41px;
}

.my-like-list li .rank_3 {
    background: url(../img/3th.png);
    background-size: 41px 41px;
}

.my-like-list li .rank_4 {
    background-color: #174cc7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}

.culture-list > a {
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
}

.culture-list > a > div {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #333333;
}

.culture-list > a img {
    margin-right: 30px;
}

.culture-list > a p {
    display: flex;
    align-items: center;
}

.culture-list > a p > img {
    margin-right: 10px;
}

.culture-list > a i {
    margin: 0 32px 0 3px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    background: #174cc7;
    color: #ffffff;
}

.culture-list > a > p {
    font-size: 14px;
    color: #174cc7;
}

.culture-list > a > p span {
    font-size: 20px;
}

.works-list {
    padding: 20px;
}

.matrix-filter {
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.matrix-filter > div {
    margin-right: 10px;
    display: flex;
    align-items: center;
    width: 30%;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.matrix-filter > div > span {
    flex-shrink: 0;
}

.matrix-filter .search {
    flex: 1;
    display: flex;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    cursor: pointer;
    height: 36px;
}

.matrix-filter .search input {
    padding: 0 10px;
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.matrix-filter .search a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    flex-shrink: 0;
    height: 100%;
    font-size: 14px;
    color: #174cc7;
    font-weight: normal;
    border-left: 1px solid #e6e6e6;
}

.select {
    position: relative;
    flex: 1;
    line-height: 36px;
    font-weight: normal;
    font-size: 18px;
    user-select: none;
    background: #ffffff;
}

.select::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #000000;
}

.select > div {
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    cursor: pointer;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select > ul {
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    background: #ffffff;
    font-size: 16px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s linear;
    overflow-y: auto;
}

.select > ul > li {
    cursor: pointer;
}

.select > ul > li.active {
    color: #174cc7;
}

.select.open > ul {
    max-height: 300px;
}

.com-list {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.com-list > a {
    margin: 10px;
    padding: 0 20px;
    width: 22%;
    height: 180px;
    background-color: #fff;
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #e5e5e5;
    font-size: 18px;
}

.com-list > a > img {
    display: inline-block;
    max-width: 80%;
    max-height: 50%;
    margin-top: 10px;
}

.com-list > a > p {
    color: #333;
}

.com-list > a:hover {
    border-color: #174cc7;
}

.matrix-info {
    padding: 0 20px;
    position: relative;
}

.matrix-info-points {
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #292929;
    font-size: 16px;
    text-align: center;
    z-index: 2;
}

.matrix-info-points span {
    font-size: 24px;
    color: #174cc7;
}

.matrix-info-points > p {
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.matrix-info-points img {
    margin-right: 5px;
}

.matrix-info-points a {
    display: block;
    color: #174cc7;
    font-size: 20px;
    width: 130px;
    height: 40px;
    border: 1px solid currentColor;
    border-radius: 40px;
    text-align: center;
    line-height: 38px;
}

.matrix-info-title {
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

.matrix-info-title h2 {
    margin-bottom: 5px;
    font-size: 26px;
}

.matrix-info-text {
    padding: 30px 0;
    font-size: 14px;
    color: #666666;
}

.matrix-info-desc h6 {
    position: relative;
    font-size: 20px;
    color: #333333;
    line-height: 40px;
}

.matrix-info-desc h6::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 2em;
    height: 2px;
    background: #174cc7;
}

.matrix-contact {
    margin-bottom: 20px;
    padding: 20px 0;
    display: flex;
    border: 1px dotted #dadada;
    border-left: none;
    border-right: none;
}

.matrix-contact > div {
    flex: 1;
}

.matrix-contact > div p {
    margin-bottom: 15px;
    position: relative;
    font-size: 20px;
    color: #292929;
    font-weight: bold;
    line-height: 40px;
}

.matrix-contact > div p::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 2em;
    height: 2px;
    background: #174cc7;
}

.matrix-contact > div a {
    text-decoration: underline;
    color: #292929;
}

.likes-desc {
    padding: 0 20px;
}

.likes-desc h3 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333333;
}

.likes-desc p {
    color: #666666;
    line-height: 2;
}

.back-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 999;
}

@media only screen and (max-width: 640px) and (min-width: 320px) {
    .back-top {
        width: 50px;
    }

    .container {
        margin: 0 auto;
        max-width: 100%;
    }

    .head {
        width: 100%;
        border-bottom: 5px solid #174cc7;
        font-size: 0;
        overflow: hidden;
    }

    .head > img {
        width: 130%;
        position: relative;
        left: -15%;
    }

    .nav-wrap {
        background-color: #fff;
        width: 100%;
        overflow: auto;
        display: none;
    }

    .nav {
        margin: 0 auto;
        width: auto;
        color: #333333;
        display: block;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        display: none;
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 12;
        border-bottom: 2px solid #174cc7;
        padding-bottom: 10px;
    }

    .nav > a {
        flex: 1;
        position: relative;
        height: 60px;
        line-height: 60px;
        text-align: center;
        margin: 0 10px;
        line-height: 4;
        display: block;
    }

    .nav > a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 75px;
        height: 3px;
        transform: translate(-50%);
        background-color: transparent;
    }

    .nav > a.active {
        color: #174cc7;
        font-size: 14px;
    }

    .nav > a:hover {
        color: #174cc7;
    }

    .nav > a.active::after {
        background-color: #174cc7;
        top: 44px;
    }

    .sec-1 {
        margin-bottom: 20px;
        display: block;
        justify-content: space-between;
        max-height: unset;
    }

    .h-hots {
        margin-right: 0;
        width: 94%;
        display: block;
        background-color: #ffffff;
        margin: 3% auto 0 auto;
        padding-bottom: 20px;
    }

    .hots-swiper {
        flex-shrink: 0;
        width: 100%;
    }

    .hots-swiper img {
        flex-shrink: 0;
        width: 100%;
        height: 250px;
        object-fit: cover;
        transition: 0.3s linear;
    }

    .hots-swiper .swiper-slide:hover img {
        transform: scale(1);
    }

    .hots-swiper .text {
        display: block;
        padding: 0 20px;
        font-size: 16px;
        font-weight: bold;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .hots-swiper-pagination {
        left: initial !important;
        right: 10px !important;
        bottom: auto !important;
        width: initial !important;
        top: 212px;
    }

    .hots-swiper-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        background-color: #ffffff;
        border-radius: 0;
        color: #aaaaaa;
        font-size: 14px;
        opacity: 1;
    }

    .hots-swiper-pagination .swiper-pagination-bullet-active {
        color: #ffffff;
        background-color: #e8a30e;
    }

    .hots-list {
        padding: 20px;
        min-width: 0;
        overflow: hidden;
        display: none;
    }

    .hots-list h5 {
        font-size: 18px;
        color: #333333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hots-list > a {
        margin: 20px 0;
        cursor: pointer;
        display: block;
    }

    .hots-list > a > div {
        padding: 10px 0;
        display: none;
        font-size: 14px;
        color: #888888;
        line-height: 1.8;
        border-bottom: 1px dotted #dbdbdb;
    }

    .hots-list > a > div > span {
        color: #ff2121;
    }

    .hots-list > a.active {
    }

    .hots-list > a.active > h5 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: initial;
        white-space: initial;
    }

    .hots-list > a.active > div {
        display: block;
        display: block;
    }

    .h-login {
        cursor: pointer;
        width: 94%;
        margin: 0 auto;
    }

    .h-login img {
        width: auto;
        margin: 0 auto;
        display: block;
        display: none;
    }

    .sec-2 {
        margin-bottom: 40px;
        display: block;
        justify-content: space-between;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .news-box {
        padding: 0;
        background-color: #ffffff;
        width: 94%;
        margin: 0 auto;
        padding: 0 20px;
        padding-bottom: 20px;
    }

    .news-tabs {
        margin-bottom: 20px;
        white-space: nowrap;
        overflow-x: auto;
        background: linear-gradient(to bottom, #fff 50px, #dadada 1px, #dadada);
    }

    .news-tabs::-webkit-scrollbar {
        display: none;
    }

    .news-tabs > a {
        margin: 0 20px;
        padding: 10px 0;
        display: inline-block;
        color: #333333;
        font-size: 16px;
        border-bottom: 2px solid transparent;
        height: 50px;
        font-weight: bold;
    }

    .news-tabs > a.active {
        color: #284fab;
        border-bottom-color: #284fab;
    }

    .down-list {
        margin-left: 20px;
    }

    .page-main .down-list {
        margin-top: 20px;
        padding-top: 20px;
    }

    .down-list li {
        width: auto;
        padding: 0 10px;
        line-height: 30px;
        font-size: 13px;
    }

    .down-list li.active {
    }

    .ranks-box {
        width: 94%;
        background-color: #ffffff;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .ranks-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        background: linear-gradient(to bottom, #fff 48px, #dadada 2px, #dadada);
    }

    .ranks-title h3 {
        padding: 0 10px;
        height: 100%;
        font-size: 20px;
        color: #284fab;
        border-bottom: 2px solid #284fab;
        line-height: 50px;
        font-weight: bold;
    }

    .ranks-slot {
        display: flex;
        align-items: center;
    }

    .ranks-slot > li {
        margin: 0 10px;
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        border-bottom: 2px solid transparent;
        cursor: pointer;
    }

    .ranks-slot > li.active {
        color: #284fab;
        border-bottom-color: #284fab;
    }

    .ranks-filters {
        margin-top: 20px;
        padding: 0 10px;
    }

    .ranks-types {
        display: flex;
        border-radius: 6px;
        height: 50px;
        border: 2px solid #284fab;
        color: #284fab;
        font-size: 16px;
        line-height: 46px;
        text-align: center;
        font-weight: bold;
    }

    .ranks-types > div {
        width: 50%;
        cursor: pointer;
    }

    .ranks-types > div.active {
        color: #ffffff;
        background-color: #284fab;
    }

    .ranks-date > input {
        padding: 10px 0;
        border: none;
        outline: none;
        width: 100%;
        font-size: 20px;
        color: #284fab;
        background: url('../img/date.png') right center no-repeat;
        cursor: pointer;
    }

    .ranks-date #quarterTxt {
        width: 100% !important;
    }

    .ranks-works {
        display: none;
    }

    .ranks-list {
        padding: 15px 10px 0 40px;
        max-height: 850px;
    }

    .ranks-item-company {
        margin-bottom: 20px;
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        color: #333333;
        font-size: 16px;
        border-bottom: 1px solid #e6e6e6;
    }

    .ranks-item-company > img {
        margin-right: 20px;
    }

    .ranks-item-company > span {
        margin-left: 6px;
        margin-right: 25px;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        color: #ffffff;
        background-color: #3b70ea;
    }

    .ranks-item-company > h4 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .ranks-works .ranks-list {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .ranks-item-works {
        margin-bottom: 20px;
        padding: 0 10px;
        position: relative;
        width: 50%;
    }

    .ranks-item-works .ranks-item-thumb {
        width: 100%;
        object-fit: cover;
    }

    .ranks-item-works span {
        position: absolute;
        left: 20px;
        top: 10px;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #ffffff;
        background-color: #3b70ea;
    }

    .ranks-item-play {
        position: absolute;
        left: 50%;
        top: 14%;
        transform: translate(-50%);
        width: 50px;
    }

    .ranks-item-works h4 {
        font-size: 16px;
        color: #333333;
        font-weight: normal;
    }

    .ranks-item-works .ranks-item-no {
        position: absolute;
        width: 40px;
        left: 10px;
        top: 0;
    }

    .ranks-more {
        margin: 40px auto 30px auto;
        width: 180px;
        height: 40px;
        line-height: 40px;
        color: #284fab;
        font-size: 14px;
        background-color: #dce2ec;
        text-align: center;
        cursor: pointer;
        border-radius: 5px;
    }

    .ranks-likes {
        margin: 0 auto;
        height: 50px;
        width: 80%;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        background-color: #284fab;
        color: #ffffff;
        border-radius: 5px;
    }

    .news-list > a {
        display: block;
        margin-bottom: 14px;
        padding-bottom: 20px;
    }

    .news-list > a:not(:last-child) {
        border-bottom: 1px solid #e6e6e6;
    }

    .news-list > a > img {
        flex-shrink: 0;
        width: 30%;
        height: auto;
        float: left;
        margin-right: 20px;
        height: 60px;
        object-fit: cover;
    }

    .news-list > a > div {
        padding-left: 0;
        flex: 1;
        color: #777777;
        font-size: 14px;
    }

    .news-list > a > div h4 {
        margin-bottom: 0;
        font-size: 16px;
        color: #333333;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-top: 6px;
    }

    .news-list > a > div p {
        display: none;
    }

    .news-list > a > div > div {
        display: none;
    }

    .look-more {
        height: 50px;
        color: #284fab;
        font-size: 14px;
        text-align: center;
        line-height: 50px;
        background-color: #dce2ec;
        cursor: pointer;
    }

    .sec-3 {
        padding-bottom: 20px;
    }

    .sec-3 .sec-title {
        display: flex;
        justify-content: space-between;
    }

    .sec-3 .look-swiper {
        height: auto;
    }

    .sec-title {
        margin-bottom: 20px;
        display: block;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        background: linear-gradient(to bottom, transparent 48px, #d2d2d2 2px, #d2d2d2);
        padding: 0 20px;
    }

    .sec-title h3 {
        position: relative;
        height: 100%;
        font-size: 18px;
        color: #284fab;
        padding-top: 10px;
    }

    .sec-title h3::after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #284fab;
    }

    .sec-title a {
        font-size: 14px;
        color: #284fab;
    }

    .look-swiper .swiper-slide {
        position: relative;
        width: 86vw;
        height: 300px;
    }

    .look-swiper .swiper-slide img {
        width: 100%;
        object-fit: cover;
    }

    .look-swiper .swiper-slide p {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);

    }

    .sec-4 .sec-title {
        justify-content: flex-start;
        display: block;
    }

    .sec-4 .sec-title > a {
        margin-top: 15px;
        float: right;
    }

    .sec-4 .sec-title h3 {
        margin-right: 30px;
        font-size: 18px;
        width: auto;
        text-align: center;
        display: inline-block;
    }

    .company-type-tab {
        display: block;
        align-items: center;
        height: 100%;
        font-size: 13px;
        color: #333333;
        line-height: 50px;
    }

    .company-type-tab > div {
        position: unset;
        margin: 0 10px;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        text-align: center;
        line-height: 2;
        top: -2px;
        display: inline-block;
        font-size: 15px;
    }

    .company-type-tab > div::after {
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -2.5px;
        content: '';
        width: 0;
        height: 0;
        border: 5px solid transparent;
    }

    .company-type-tab > div.active {
        border-bottom-color: #284fab;
    }

    .company-type-tab > div.active::after {
        border-top-color: #284fab;
    }

    .company-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 98px;
    }

    .company-list > a {
        margin: 10px;
        padding: 0 20px;
        width: calc(50% - 20px);
        height: auto;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: 1px solid #e5e5e5;
        font-size: 14px;
        padding: 10px 20px;
    }

    .footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .footer img {
        height: 120px;
        display: block;
        margin: 0 auto;
        width: 100%;
        object-fit: cover;
    }

    .copyright {
        padding: 30px 0;
        width: 100%;
        background-color: #385bcc;
        color: #ffffff;
        font-size: 14px;
        text-align: center;
        flex-direction: column;
    }

    .copyright span, .copyright a {
        margin: 10px;
        display: block;
    }

    .copyright > p {
        margin: 5px 0;
        padding: 0;
    }

    .page {
        padding-top: 0;
        display: block;
    }

    .page-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 280px;
        height: 160px;
        background: url('../img/t_bg.jpg') 100% 100% no-repeat;
        color: #ffffff;
        text-align: center;
        margin: 0 auto;
        display: none;
    }

    .page-title h3 {
        font-size: 33px;
    }

    .page-title span {
        font-size: 18px;
        text-transform: uppercase;
    }

    .sub-list {
        padding: 0 10px;
        display: inline-block;
        flex-direction: column;
        background: unset;
        width: auto;
        margin: 0 auto;
        margin-top: 18px;
    }

    .sub-list > a {
        display: flex;
        align-items: center;
        height: 33px;
        line-height: 34px;
        font-size: 18px;
        color: #666666;
        display: inline-block;
        font-size: 15px;
        margin-right: 20px;
        padding: 0 10px;
        margin: 0;
    }

    .sub-list > a:not(:last-child) {
        border-bottom: none;
    }

    .sub-list > a::before {
        margin-right: 10px;
        content: '';
        width: 4px;
        height: 4px;
        background-color: currentColor;
        display: none;
    }

    .sub-list > a.active {
        background: #174cc7;
        color: #fff;
    }

    .page-main {
        margin-top: 20px;
        margin-left: 0;
        background-color: #ffffff;
        flex: 1;
    }

    .nav-links {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 30px;
        text-align: right;
        color: #999;
        font-size: 14px;
        background-color: #eff2f8;
        display: none;
    }

    .nav-links > a {
        margin: 0 10px;
        color: #999;
    }

    .page-sub-title {
        padding: 20px 0 0px 20px;
        display: flex;
        display: none;
    }

    .page-sub-title > h4 {
        margin-right: 10px;
        flex-shrink: 0;
        font-size: 16px;
        color: #333333;
    }

    .page-sub-title > span {
        flex: 1;
        background: url('../img/i-1.jpg') left 90% repeat-x;
    }

    .news {
        padding: 10px 20px;
    }

    .news-item {
        padding: 10px 0;
        display: block;
        min-width: 0;
    }

    .news-item:not(:last-child) {
        border-bottom: 1px solid #e6e6e6;
    }

    .news-item > img {
        margin-right: 20px;
        flex-shrink: 1;
        width: 30%;
        height: auto;
        float: left;
        height: 60px;
        object-fit: cover;
    }

    .news-item h5 {
        margin-bottom: 5px;
        font-size: 16px;
        color: #333333;
        padding-top: 2px;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: unset;
        height: 52px;
    }

    .news-item span {
        color: #999999;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        display: none;
    }

    .news-item p {
        margin: 10px 0 30px;
        color: #666666;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        display: none;
    }

    .M-box {
        padding: 20px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90vw;
        margin: 0 auto;
    }

    .M-box span,
    .M-box a {
        margin: 0 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 12px;
        color: #333333;
        border-radius: 4px;
        padding: 0 0px;
    }

    .M-box .active {
        background-color: unset;
        color: #174cc7;
    }

    .M-box a:hover {
        background-color: #174cc7;
        color: #ffffff;
    }

    .M-box .jump-btn {
        padding: 0 20px;
        width: initial;
    }

    .M-box .jump-ipt {
        padding: 0 10px;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        outline: none;
        border: 1px solid #d9d9d9;
        appearance: none;
    }

    .M-box a.prev,
    .M-box a.next {
        font-weight: bold;
    }

    .info-title {
        text-align: center;
    }

    .info-title > h2 {
        margin-bottom: 10px;
        color: #333333;
        font-size: 18px;
        padding: 20px 30px;
    }

    .info-title > p {
        color: #999999;
    }

    .info-title > p a {
        color: inherit;
    }

    .info-content {
        margin: 20px 0;
        border: 1px dotted #e9e9e9;
        padding: 15px;
    }

    .info-content img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .info-video {
        padding: 0 30px 0;
    }

    .info-video > p {
        padding: 10px 0;
        text-align: right;
        font-size: 14px;
        color: #174cc7;
    }

    .info-video > p > span {
        font-size: 20px;
    }

    .info-video > video {
        width: 100%;
        background: black;
    }

    .info-links {
        padding: 0 20px 20px;
        display: flex;
        flex-direction: column;
    }

    .info-links a {
        margin: 5px 0;
        color: #333333;
    }

    .info-links a.nothing span {
        color: #999999;
    }

    .stand-list {
        padding: 0 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .stand-list > a {
        margin-bottom: 20px;
        padding-bottom: 20px;
        width: 45%;
        border-bottom: 1px solid #dadada;
    }

    .img-box {
        position: relative;
        width: 100%;
    }

    .img-box > img:nth-child(1) {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .stand-list .img-box {
        padding-top: 57.2%;
    }

    .stand-list .play-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 50px;
        height: 50px;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

    .stand-list .stand-icon {
        position: absolute;
        left: 10px;
        top: 0;
    }

    .stand-list .stand-no {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #174cc7;
        color: #ffffff;
        font-size: 22px;
        text-align: center;
        line-height: 35px;
    }

    .stand-desc h4 {
        padding: 5px;
        color: #333333;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .stand-desc > div {
        display: block;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        color: #999999;
    }

    .stand-desc > div > div {
        color: #174cc7;
    }

    .stand-desc > div > div > span {
        font-size: 16px;
    }

    .culture-filter {
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .culture-month {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #333331;
    }

    .culture-month > div {
        margin-right: 20px;
        padding-bottom: 5px;
        position: relative;
        cursor: pointer;
        font-weight: bold;
        width: 40px;
        text-align: center;
    }

    .culture-month > div::after {
        position: absolute;
        content: '';
        background: transparent;
        width: 100%;
        height: 2px;
        left: 0;
        bottom: 0;
    }

    .culture-month > div.active {
        color: #284fab;
    }

    .culture-month > div.active::after {
        background: #284fab;
    }

    .culture-date > input {
        width: 150px;
        outline: none;
        border: none;
        color: #174cc7;
        font-size: 16px;
        background: url('../img/date.png') right center no-repeat;
        cursor: pointer;
        height: 30px;
    }

    #quarterTxt {
        width: 150px !important;
        position: unset !important;
    }

    .culture-date {
        position: relative;
    }

    .culture-list {
        padding: 20px;
    }

    .culture-date #quarter {
        right: 0;
        left: auto;
        top: 0;
        right: 0;
        margin-top: 0 !important;
    }

    .culture-list > a {
        padding: 20px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #e6e6e6;
        position: relative;
    }

    .culture-list > a > div {
        align-items: center;
        font-size: 20px;
        color: #333333;
    }

    .culture-list > a img {
        margin-right: 30px;
    }

    .culture-list > a p {
        display: block;
        align-items: center;
        font-size: 14px;
        width: auto;
        padding-right: 10px;
        width: 55vw;
    }

    .culture-list > a p > img {
        margin-right: 10px;
    }

    .culture-list > a i {
        margin: 0 32px 0 3px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        line-height: 35px;
        text-align: center;
        background: #174cc7;
        color: #ffffff;
    }

    .culture-list > a > p {
        font-size: 14px;
        color: #174cc7;
        padding: 0;
        width: auto;
        position: absolute;
        right: 0;
    }

    .culture-list > a > p span {
        font-size: 20px;
    }

    .works-list {
        padding: 20px;
    }

    .matrix-filter {
        padding: 0 20px;
        display: block;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
        padding-top: 20px;
    }

    .matrix-filter > div {
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        color: #333333;
        width: auto;
        margin-bottom: 20px;
    }

    .select {
        position: relative;
        flex: 1;
        line-height: 36px;
        font-weight: normal;
        font-size: 18px;
        user-select: none;
        background: #ffffff;
    }

    .select::after {
        content: '';
        position: absolute;
        right: 10px;
        top: 50%;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #000000;
    }

    .select > div {
        padding: 0 10px;
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        cursor: pointer;
        height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
    }

    .select > ul {
        padding: 0 10px;
        position: absolute;
        left: 0;
        top: 40px;
        width: 100%;
        background: #ffffff;
        font-size: 16px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s linear;
        overflow-y: auto;
    }

    .select > ul > li {
        cursor: pointer;
    }

    .select > ul > li.active {
        color: #174cc7;
    }

    .select.open > ul {
        max-height: 300px;
        z-index: 10;
    }

    .com-list {
        padding: 0 20px 20px 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .com-list > a {
        margin: 0 1% 2% 1%;
        padding: 0 20px;
        width: 48%;
        height: auto;
        background-color: #fff;
        display: inline-block;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        border: 1px solid #e5e5e5;
        font-size: 14px;
        padding: 10px 20px;
    }

    .com-list > a > img {
        display: inline-block;
        max-width: 80%;
        max-height: 50%;
    }

    .com-list > a:hover {
        border-color: #174cc7;
    }

    .matrix-info {
        padding: 0 20px 20px 20px;
        position: relative;
    }

    .matrix-info-points {
        padding: 10px 20px;
        position: relative;
        right: 0;
        top: 0;
        color: #292929;
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
    }

    .matrix-info-points span {
        font-size: 20px;
        color: #174cc7;
    }

    .matrix-info-points > p {
        margin: 5px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .matrix-info-points img {
        margin-right: 5px;
    }

    .matrix-info-title h4 {
        font-size: 16px;
    }

    .matrix-info-points a {
        display: block;
        color: #174cc7;
        font-size: 16px;
        width: 100px;
        height: 30px;
        border: 1px solid currentColor;
        border-radius: 40px;
        text-align: center;
        line-height: 28px;
        margin: 0 auto;
    }

    .matrix-info-title {
        margin-bottom: 20px;
        text-align: center;
        color: #333;
        padding-top: 14px;
    }

    .matrix-info-title h2 {
        margin-bottom: 5px;
        font-size: 18px;
        margin: 0 auto;
    }

    .matrix-info-text {
        padding: 30px 0;
        font-size: 14px;
        color: #666666;
    }

    .matrix-info-desc h6 {
        position: relative;
        font-size: 16px;
        color: #333333;
        line-height: 40px;
    }

    .matrix-info-desc h6::after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 2em;
        height: 2px;
        background: #174cc7;
    }

    .matrix-contact {
        margin-bottom: 20px;
        padding: 20px 0;
        display: contents;
        border: 1px dotted #dadada;
        border-left: none;
        border-right: none;
    }

    .matrix-contact > div {
        flex: 1;
        margin-bottom: 20px;
    }

    .matrix-contact > div p {
        margin-bottom: 15px;
        position: relative;
        font-size: 16px;
        color: #292929;
        font-weight: bold;
        line-height: 40px;
    }

    .matrix-contact > div p::after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 2em;
        height: 2px;
        background: #174cc7;
    }

    .matrix-contact > div a {
        text-decoration: underline;
        color: #292929;
    }

    .likes-desc {
        padding: 0 20px;
    }

    .likes-desc h3 {
        margin-bottom: 10px;
        font-size: 18px;
        color: #333333;
        padding-top: 20px;
    }

    .likes-desc p {
        color: #666666;
        line-height: 2;
    }

    .company-list .more {
    }

    .my-like {
    }

    .my-like .tab-list {
        margin-left: 8px;
    }

    .my-like .tab-list li {
        display: inline-block;
        margin: 0 15px;
    }

    .my-like .tab-list li.active {
        color: #174cc7;
        border-bottom: 2px solid #174cc7;
        line-height: 2.5;
    }

    .my-like-list {
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .phone-list.fixtop {
        position: fixed;
    }

    .phone-list {
        display: block;
        /* position: fixed; */
        top: 0;
        z-index: 10;
        background-color: #fff;
        width: 100vw;
    }

    .phone-list .listbtn {
        text-align: right;
    }

    .phone-list .listbtn h5 {
        display: inline-block;
        float: left;
        line-height: 56px;
        padding-left: 20px;
        font-size: 16px;
        color: #174cc7;
    }

    .phone-list .listbtn img {
        width: 30px;
        margin: 10px;
    }

    .my-like-list li {
        margin: 0 30px 30px 30px;
        display: block;
        border: 1px solid #c5c5c5;
        font-size: 0;
    }

    .my-like-list li img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .my-like-list li p {
        text-align: center;
        line-height: 50px;
        font-size: 16px;
    }

    .my-like-list li h3 {
        text-align: left;
        line-height: 30px;
        font-size: 14px;
        padding-left: 20px;
        color: #666;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .my-like-list li h3 img {
        float: right;
        margin: 10px;
        margin-top: -18px;
        width: 28px;
        height: auto;
    }

    .my-like-list li h3 span {
        float: right;
        margin-top: -15px;
    }

    .my-like-list li h2 {
        font-size: 16px;
        padding: 0 18px;
        padding-top: 20px;
    }

    .my-like-list li .rank {
        display: block;
        width: 41px;
        height: 41px;
        position: absolute;
        margin-left: 20px;
    }

    .my-like-list li .rank_1 {
        background: url(../img/1th.png);
        background-size: 41px 41px;
    }

    .my-like-list li .rank_2 {
        background: url(../img/2th.png);
        background-size: 41px 41px;
    }

    .my-like-list li .rank_3 {
        background: url(../img/3th.png);
        background-size: 41px 41px;
    }

    .my-like-list li .rank_4 {
        background-color: #174cc7;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        margin-top: 20px;
    }
}

.company-list .more {
    margin: 40px auto 100px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #284fab;
    font-size: 14px;
    background-color: #dce2ec;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}
